-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add/update files to build and run prepobs on Gaea C5 #35
Add/update files to build and run prepobs on Gaea C5 #35
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updates look good, thanks @DavidBurrows-NCO !
I will recut the prepobs.v1.1.0-rd-gfsv17
tag after this goes in so you can install that tag as v1.1.0
on Gaea for users.
@DavidBurrows-NCO did you want me to wait to merge this because of the |
@KateFriedman-NOAA Since it's not causing failures in the workflow, I think it's okay to go ahead and merge. If you see any issues with that, please let me know. Thanks. |
Okie dokie, I'll proceed with merging and recutting the tag. Thanks @DavidBurrows-NCO ! |
* upstream/dev/gfsv17: Add/update files to build and run prepobs on Gaea C5 (NOAA-EMC#35) Update GFSv17 branch to v1.1.0 (NOAA-EMC#34)
Added modulefiles/prepobs_gaea.lua to build prepobs on Gaea-C5. Spack-stack gsi-addon-dev environment used for bufr/11.7.0.
Tested with C96_atm3DVar.yaml experiment from the global-workflow CI tests.
Refs #32
Refs NOAA-EMC/global-workflow #2766
I'm starting this PR in draft mode. Gaea-C5 will only be supporting a legacy ksh version, which does not support regex expressions (extended globbing is supported instead.) For this reason,
prepobs/v1.0.2/install/ush/prepobs_makeprepbufr.sh
silently fails with[1620]: syntax error: unexpected operator/operand '=~'
on this line:if [[ "$COMSP" =~ (^/com/|^/com2/|^/gpfs/.../nco/ops/com/)
. The C96_atm3DVar workflow still completes successfully. I'm tracking a ticket with Gaea SA, and hopefully will resolve this set back soon.